home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 37 / CD Expert nº 37.iso / DATA / nav walk death / OFFLINE.EXE / 0 / RCDATA / TSUBMITFORM / TSUBMITFORM.txt
Text File  |  1998-08-10  |  1KB  |  72 lines

  1. object SubmitForm: TSubmitForm
  2.   Left = 200
  3.   Top = 99
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Submit Results'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object Label1: TLabel
  14.     Left = 16
  15.     Top = 19
  16.     Width = 43
  17.     Height = 16
  18.     Caption = 'Action:'
  19.   end
  20.   object Label2: TLabel
  21.     Left = 9
  22.     Top = 43
  23.     Width = 52
  24.     Height = 16
  25.     Caption = 'Method:'
  26.   end
  27.   object Label3: TLabel
  28.     Left = 18
  29.     Top = 71
  30.     Width = 50
  31.     Height = 16
  32.     Caption = 'Results'
  33.   end
  34.   object ActionText: TEdit
  35.     Left = 67
  36.     Top = 14
  37.     Width = 342
  38.     Height = 24
  39.     TabStop = False
  40.     ReadOnly = True
  41.     TabOrder = 0
  42.   end
  43.   object MethodText: TEdit
  44.     Left = 68
  45.     Top = 41
  46.     Width = 342
  47.     Height = 24
  48.     TabStop = False
  49.     ReadOnly = True
  50.     TabOrder = 1
  51.   end
  52.   object ResultBox: TListBox
  53.     Left = 17
  54.     Top = 90
  55.     Width = 392
  56.     Height = 145
  57.     TabStop = False
  58.     ItemHeight = 16
  59.     TabOrder = 2
  60.   end
  61.   object Button1: TButton
  62.     Left = 172
  63.     Top = 242
  64.     Width = 73
  65.     Height = 28
  66.     Caption = '&Close'
  67.     Default = True
  68.     TabOrder = 3
  69.     OnClick = Button1Click
  70.   end
  71. end
  72.